type net/http.http2DataFrame

12 uses

	net/http (current package)
		h2_bundle.go#L1827: 	dataFrame http2DataFrame
		h2_bundle.go#L1830: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
		h2_bundle.go#L1832: 		return &http2DataFrame{}
		h2_bundle.go#L1990: type http2DataFrame struct {
		h2_bundle.go#L1995: func (f *http2DataFrame) StreamEnded() bool {
		h2_bundle.go#L2003: func (f *http2DataFrame) Data() []byte {
		h2_bundle.go#L3075: 	case *http2DataFrame:
		h2_bundle.go#L5393: 		if f, ok := f.(*http2DataFrame); ok {
		h2_bundle.go#L5411: 	case *http2DataFrame:
		h2_bundle.go#L5634: func (sc *http2serverConn) processData(f *http2DataFrame) error {
		h2_bundle.go#L9529: 		case *http2DataFrame:
		h2_bundle.go#L9864: func (rl *http2clientConnReadLoop) processData(f *http2DataFrame) error {